home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / consl / unit1.dfm / unit1.txt
Encoding:
Text File  |  1995-12-22  |  1.7 KB  |  92 lines

  1. object Form1: TForm1
  2.   Left = 244
  3.   Top = 129
  4.   Width = 435
  5.   Height = 308
  6.   ActiveControl = Colors
  7.   Caption = 'Form1'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object P1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 427
  20.     Height = 30
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object L1: TLabel
  24.       Left = 352
  25.       Top = 6
  26.       Width = 28
  27.       Height = 16
  28.       Caption = 'point'
  29.     end
  30.     object Colors: TButton
  31.       Left = 8
  32.       Top = 4
  33.       Width = 57
  34.       Height = 21
  35.       Caption = 'Colors'
  36.       TabOrder = 0
  37.       OnClick = ColorsClick
  38.     end
  39.     object Fonts: TButton
  40.       Left = 72
  41.       Top = 4
  42.       Width = 57
  43.       Height = 21
  44.       Caption = 'Fonts'
  45.       TabOrder = 1
  46.       OnClick = ShowTestPattern
  47.     end
  48.     object Size: TEdit
  49.       Left = 312
  50.       Top = 4
  51.       Width = 33
  52.       Height = 24
  53.       TabOrder = 4
  54.       Text = '10'
  55.       OnExit = SizeLostFocus
  56.     end
  57.     object LazyWrite: TCheckBox
  58.       Left = 216
  59.       Top = 6
  60.       Width = 89
  61.       Height = 17
  62.       Caption = 'LazyWrite'
  63.       TabOrder = 3
  64.       OnClick = LazyWriteClick
  65.     end
  66.     object Clear: TButton
  67.       Left = 136
  68.       Top = 4
  69.       Width = 65
  70.       Height = 21
  71.       Caption = 'Clear'
  72.       TabOrder = 2
  73.       OnClick = ClearClick
  74.     end
  75.   end
  76.   object Terminal1: TColorConsole
  77.     Left = 0
  78.     Top = 30
  79.     Width = 427
  80.     Height = 247
  81.     Align = alClient
  82.     ParentColor = False
  83.     Font.Color = clWindowText
  84.     Font.Height = -17
  85.     Font.Name = 'Courier'
  86.     Font.Style = []
  87.     Options = [coAutoTracking, coCheckBreak, coLazyWrite, coStdOutput]
  88.     Rows = 50
  89.     LineBreak = CRLF
  90.   end
  91. end
  92.